ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Bitmap Class / CopyFromRenderTarget Method / CopyFromRenderTarget(Nullable<Point2L>,RenderTarget,Nullable<RectL>) Method

In This Topic
    CopyFromRenderTarget(Nullable<Point2L>,RenderTarget,Nullable<RectL>) Method
    In This Topic
    HRESULT ID2D1Bitmap::CopyFromRenderTarget([In, Optional] const D2D_POINT_2U* destPoint,[In] ID2D1RenderTarget* renderTarget,[In, Optional] const D2D_RECT_U* srcRect)
    Syntax
    'Declaration
     
    Public Overloads Sub CopyFromRenderTarget( _
       ByVal destPoint As System.Nullable(Of Point2L), _
       ByVal renderTarget As RenderTarget, _
       ByVal srcRect As System.Nullable(Of RectL) _
    ) 
    public void CopyFromRenderTarget( 
       System.Nullable<Point2L> destPoint,
       RenderTarget renderTarget,
       System.Nullable<RectL> srcRect
    )

    Parameters

    destPoint
    renderTarget
    srcRect
    See Also